home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pine / imap_archive / text0083.txt < prev    next >
Encoding:
Text File  |  1993-07-02  |  2.5 KB  |  56 lines

  1. I thought I would elaborate on Mark's explaination of IMSP.
  2.  
  3. Excerpts from internet.computing.imap: 31-Mar-93 Re: IMSP specification
  4. Mark Crispin@Panda.COM (682*)
  5.  
  6. > No.  IMSP (Interactive Mail Support Protocol) is a support protocol for
  7. > IMAP. It handles collections of IMAP servers the way IMAP handles
  8. > collections of message folders.  IMSP extends the IMAP2bis operations
  9. > for creating, deleting, renaming, [un]subscribing, and listing folders
  10. > to multiple IMAP servers; it also has some capabilities for distributed
  11. > user configuration information.
  12.  
  13. > IMSP doesn't have any capability to deal with messages.
  14.  
  15. > You don't need IMSP at all if you only have one IMAP server.
  16.  
  17.  
  18. Though it is true that you do not need IMSP if you only have on IMAP
  19. server, IMSP will actually give you additional functionality that may
  20. prove very useful. 
  21.  
  22. First, I'll describe our mail usage profile.  We have about 7,600 unique
  23. mail users during peak usage weeks.  They have around 81,000 mail
  24. sessions.  The interesting thing to point out is that these users move
  25. around a lot.  In one week about 5800 users read mail and bboards from a
  26. Macintosh or PC (there were only 2200 Macs and 600 PCs which they read
  27. the mail from), 5300 users read mail and bboards on a Unix system, and
  28. 3200 read mail and bboards on both a MAC/PC and a Unix system.    On the
  29. unix systems they read mail using X11 based clients and a variety of
  30. terminal clients (an emacs based client, two curses clients, and a
  31. command line client).
  32.  
  33. This means that we need to make the movement from one mail client  to
  34. another relatively seemless.  Some of the profile information needs to
  35. move with the user and not the client.  They expect things like bcc's
  36. and signatures to be universal.
  37.  
  38. IMSP while providing the means to scale up an IMAP installation by
  39. treating folders and mailboxes as objects which can be moved around from
  40. server to server to balance for space and load (location transparency),
  41. provides a mechanism for user specific information to be stored in a
  42. central location for use by all clients.  
  43.  
  44. The IMSP server can be queried for the bcc address to use, the person
  45. name of the user, the central SMTP server(s) to contact, the IMAP server
  46. to the users inbox lives on.   What the list of bboards the user is
  47. subscribed to which have unread messages is.  Following the current
  48. discussions, it looks like it will have an address book mechanism as
  49. well.
  50.  
  51. I think IMSP gives a lot more than just location transparency and scalability.
  52.  
  53. -Wallace
  54.  
  55.  
  56.